home *** CD-ROM | disk | FTP | other *** search
/ Run Magazine ReRun 1989 Special Issue / rerun-1989-special-issue.d64 / show of hand.doc < prev    next >
Text File  |  2022-09-20  |  4KB  |  74 lines

  1. A Show of Hands: a Sign Language Tutorial
  2.  
  3. By Jack R. Farrah
  4.  
  5.      Have you ever met a person from a foreign country whose language you
  6. didn't speak? The inability to communicate can be very frustrating, lead to
  7. misunderstanding and, at times, promote distrust. Speaking another's language,
  8. on the other hand, can transform a stranger into a friend.
  9.      Well, there's a group of people in your area, not foreign at all, with
  10. whom you may have this communication problem. These people are deaf, and,
  11. while some may be able to read your lips, others understand only sign language.
  12. If you know how, you can break the language barrier with them by speaking with
  13. signs.
  14.      I wrote this program, A Show of Hands, in response to my daughter's
  15. fascination with signing and her attempts to engage me in her learning
  16. experience. Developing a tool to help us master this skill seemed an ideal
  17. application of my programming expertise.
  18.      Note that spelling out words with the letters A Show of Hands teaches is
  19. only a minor aspect of signing, because there are literally hundreds of signs
  20. for entire words and word modifiers. Spelling is used only when a sign doesn't
  21. exist for a word. However, knowing the alphabet will enable you to express
  22. yourself in a rudimentary way and show your desire to learn more in order to
  23. communicate.
  24.      When you run A Show of Hands, it automatically loads a program file called
  25. Picture File, which contains hi-res pictures of the signs, and pokes the
  26. machine language routines into memory. The Main menu then lists three options:
  27. Signs Test, Text to Signs and Quit.
  28.  
  29. The Test Option
  30.  
  31.      Signs Test takes you to a submenu where the choices are Timed Test, No
  32. Time Limit and Return to the Main menu. If you're unskilled at recognizing the
  33. signs, select No Time Limit, then, as you become more proficient, use Timed
  34. Test to impose more difficulty and stretch your skill. When you select Timed
  35. Test, you must specify the speed at which you want the signs presented. The
  36. fastest option, 1, gives you a little less than a second per sign; the slowest,
  37. 9, allows about six seconds.
  38.      Hitting return after the speed input brings up a graphics screen that
  39. shows a hand giving a sign. If you press the letter the sign represents within
  40. the time limit, you'll be rewarded with a Correct! message and the option to
  41. hit C to continue or M to return to the menu. If the letter you press is wrong,
  42. the program will commiserate with you, display the correct letter and offer the
  43. C-and-M option. The correct answer is also displayed if you fail to respond
  44. within the time limit.
  45.      Each time you hit C after a test, another sign will appear for you to
  46. identify. The sequence of signs is somewhat random, and retesting occurs only
  47. on signs you miss. When you complete the alphabet, the program offers praise
  48. and then returns you to the Test submenu for another selection.
  49.  
  50. The Text-to-Signs Option
  51.  
  52.      Text to Signs provides an oppportunity to view the signs that go with the
  53. various letters. This option also has a submenu with three choices: Show
  54. Letters as Entered, Enter Text String and Return to the Main Menu. Show Letters
  55. displays the signs for individual letters that you enter. Just type at a
  56. comfortable pace, and the letters and signs will appear on the screen. If you
  57. press any key other than a letter, you'll go back to the menu.
  58.      When you choose the Enter Text String option, you must specify the speed
  59. at which you want the letters and signs to be displayed. The speeds range from
  60. 1, less than a second per character, to 9, about 1 1/2 seconds per character.
  61. After selecting a speed, enter a text string, which can include any character
  62. on the keyboard, and press return. The program will then repeat the string,
  63. character by character, with the proper signs displayed above the letters, all
  64. at the speed you chose. Spaces are output as such, but other nonalphabet keys
  65. are represented by a question mark. Should you inadvertently type beyond the
  66. 255-character string limit, a Max String Length! message will interrupt you and
  67. output to the screen will begin automatically. After the string and signs have
  68. been displayed, press C to enter another string or M to return to the menu.
  69.      That's all there is to it. In closing, I'd like to credit drawings by
  70. Ralph R. Miller, Sr., in the book Signed English: A Basic Guide, from Crown
  71. Publishers, as the inspiration for the drawings I used in A Show of Hands.
  72.  
  73.  
  74.